projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ffd0b
)
(HAVE_X11R6): New macro, defined when appropriate.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:18:02 +0000
(17:18 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 21 Dec 1995 17:18:02 +0000
(17:18 +0000)
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 607cf02caca54ef7bd3a56709886c16231d9d03b..47f79d659479241be92f141b8e28e72da3f371dc 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-79,6
+79,12
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
#endif
+#ifdef XlibSpecificationRelease
+#if XlibSpecificationRelease >= 6
+#define HAVE_X11R6 1
+#endif
+#endif
+
#ifdef HAVE_X11R5
#define HAVE_X_I18N
#include <X11/Xlocale.h>